This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Miriam Minponetexakol 21.Jan.04 07:36 PM a Web browser Notes Client6.5All Platforms
An agent that does processing and loops until a count (based on updated environment variable) is reached works fine on V5, but stops after 15 iterations in V6.5.
A simple agent (without the count increments) that shows the problem is as follows - This also stops at 15 iterations.
Agent name = "johnstest"......
Agent Type = Run Once
>>>>>>>>>
@prompt([ok];"This should repeat many many times"; "but stops after 15 iterations")
@command([toolsrunmacro];"johnstest")
<<<<<<<<<
Is there a "maximum iteration" setting somewhere in V6.5?